home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 November / macformat-018.iso / Comms Spectacular / MacTCP / ZapTCP 1.2 / About ZapTCP next >
Encoding:
Text File  |  1992-02-19  |  1.2 KB  |  25 lines  |  [TEXT/ttxt]

  1. About ZapTCP
  2.  
  3. ZapTCP is a (very) small System Extension (INIT), which should be useful 
  4. to people writing applications which use Apple's MacTCP.
  5.  
  6. As anyone who has written MacTCP programs knows, it is a long process 
  7. involving the crashing and rebooting of the Mac about 20-30 times an hour 
  8. (at least that's how it turns out for me).  To help my finger heal up (it 
  9. was getting tired of hitting the reset key), I wrote ZapTCP.
  10.  
  11. The INIT works by installing a system-wide patch which takes control when 
  12. an application quits (or is quit by a forced MacsBug "es").  When it runs, 
  13. the code scans through all of the currently open MacTCP streams and 
  14. connections, looking for those that have their stream buffers allocated 
  15. within the heap that is about to disappear.  When ZapTCP finds a stream 
  16. whose buffers are about to become no-man's land, it forces the connection 
  17. closed and releases the stream, posting a notification to the user.
  18.  
  19. Since ZapTCP opens the MacTCP driver whenever an application quits, please 
  20. don't run it if you don't have MacTCP or don't have MacTCP configured 
  21. properly.  Doing so will almost certainly result in nasty crashes.
  22.  
  23. -Steve Falkenburg
  24.  MacDTS
  25.